home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
ios1.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
703b
|
34 lines
#ifndef IOS1_H
#define IOS1_H \
"$Id: ios1.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $"
/*
* Extensions to SAS/C level 1 IO definition file include:ios1.h
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
/*
* Include SAS/C ios1.h
*/
#ifndef _IOS1_H
#include <include:ios1.h>
#endif
/*
* Additional flag definitions for the ufbflg field
* The given value was recommended by SAS.
*/
#ifndef UFB_SOCK
#define UFB_SOCK 0x100 /* AmiTCP/IP socket */
#endif
/*
* Additional external definitions
*/
extern struct UFB *__allocufb(int *);
#define allocufb __allocufb
#endif